Update config.h.win32.in for sincos()
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 6 Mar 2015 02:49:25 +0000 (10:49 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 6 Mar 2015 02:49:25 +0000 (10:49 +0800)
There was an added check in configure.ac for sincos() for gtkgears.c, where
that function is actually a GCC- and glibc-specific extension, which is
not available on Windows.  Reflect on this in config.h.win32.in for the
Visual Studio/Windows builds.

config.h.win32.in

index 1cfb8e93e7d3d5a7f6a37bb041f859fbe009cc41..34f05c25db3c17bb2c8d42d03c6c0aa0bcf2b03d 100644 (file)
 #define HAVE_ROUND 1
 #endif
 
+/* Define to 1 if sincos() is available */
+/* #undef HAVE_SINCOS */
+
 /* Have the sockaddr_un.sun_len member */
 /* #undef HAVE_SOCKADDR_UN_SUN_LEN */